do not close dialog box when click outside bootstrap modal

88

bootstrap modal popup disable click outside -

 <button data-target="#myModal" data-toggle="modal" data-backdrop="static" data-keyboard="false">
    Launch demo modal
 </button>

do not close dialog box when click outside bootstrap modal -

<div id="idModal" class="modal hide" data-backdrop="static" data-keyboard="false">

Comments

Submit
0 Comments